c# Tuple - What is a practical use of Tuple [duplicate]
Posted
by
Nate Pet
on Stack Overflow
See other posts from Stack Overflow
or by Nate Pet
Published on 2012-06-21T21:22:53Z
Indexed on
2014/05/28
3:27 UTC
Read the original article
Hit count: 231
c#
This question already has an answer here:
- What and When to use Tuple? 5 answers
I was looking at examples online of Tuple
but I do not see any ideal use of it.
Meaning, it seems like a place to store variables.
Is there any practical use of Tuple
. What I like to do is to pass in a value to the tuple and then have it return back 3 values which are all strings.
© Stack Overflow or respective owner